  v1.1.0 - May 30, 2009
    - Completely rewrote the program, based on my addrem library
    - Added support for adding headers
    - Fixed Makefile; gcc should now optimize it
    - Redid commandline parsing - it's much nicer now. Stuff like
        "stripsnes -BAF" is supported.
    - Fixed a bug where backups weren't created on Linux

  v1.0.2a - July 20, 2008
    - Updated Makefile. You can now install and uninstall.

  v1.0.2 - July 05, 2008
    - Fixed a bug where the program would make a backup even if it didn't do
        anything to the file.
    - Fixed a bug where the program would strip the header even after failing
        to create a backup.
    - Fixed a bug where every header detect problem (read: two) would give the
        same error message.
    - Made file read errors more descriptive, with the use of perror().
    - v1.01 still said v1.00 in the file. I can't really claim that's fixed,
        but this version doesn't have the same problem.
    - Cleaned up some of the code.
    - Fixed typos in the readme, and added Compiling section since I'm finally
        getting around to releasing the source.
    - Changed version number to v#.#.# format. I'm pretty sure I meant to do
        that to begin with.

  v1.01 - May 13, 2008
    - There was a really bad issue where stripsnes would always detect a
        header, caused by incorrectly implementing byuu's idea. >.< Fixed.

  v1.00 - May 12, 2008
    - First Release
